home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58519 / 58519.xpi / chrome / nasatabs.jar / skin / shownoia2.css < prev    next >
Cascading Style Sheet File  |  2010-01-12  |  915b  |  37 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. .tabbrowser-tab:not([selected="true"]):not([busy]) .tab-icon-image {
  3.     display: none !important;
  4. }
  5. .tabbrowser-tab:not([selected="true"]):hover .tab-icon-image {
  6.     display: -moz-box !important;
  7. }
  8. .tabbrowser-tab:not([selected="true"]):not([busy]) .tab-text {
  9.     margin-left: 5px !important;
  10. }
  11. .tabbrowser-tab:not([selected="true"]):not([busy]):first-of-type .tab-text {
  12.     margin-left: 2px !important;
  13. }
  14. .tabbrowser-tab[afterselected="true"]:not([busy]) .tab-text {
  15.     margin-left: 2px !important;
  16. }
  17. .tabbrowser-tab:not([selected="true"]):hover .tab-text {
  18.     margin-left: 0 !important;
  19. }
  20. .tabbrowser-tab:not([selected="true"]):not([busy]):not(:hover) > .tab-middle {
  21.     margin-right: 0px !important;
  22. }
  23. .tabbrowser-tab:not([selected="true"])  progressmeter.tab-progress {
  24.       margin: 0 !important;
  25. }
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.